home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue30 / mmapfile / MMAPFILE.ZIP / UMEMF1.DFM / UMEMF1.txt
Encoding:
Text File  |  1997-06-22  |  1.3 KB  |  69 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 165
  6.   ClientWidth = 160
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object SpeedButton1: TSpeedButton
  17.     Left = 24
  18.     Top = 60
  19.     Width = 105
  20.     Height = 25
  21.     Caption = 'Mapped Value'
  22.     ParentShowHint = False
  23.     ShowHint = False
  24.     OnClick = SpeedButton1Click
  25.   end
  26.   object SpeedButton2: TSpeedButton
  27.     Left = 24
  28.     Top = 92
  29.     Width = 105
  30.     Height = 25
  31.     Caption = 'New Value'
  32.     ParentShowHint = False
  33.     ShowHint = False
  34.     OnClick = SpeedButton2Click
  35.   end
  36.   object Label1: TLabel
  37.     Left = 80
  38.     Top = 22
  39.     Width = 63
  40.     Height = 13
  41.     Caption = 'Current Index'
  42.   end
  43.   object SpeedButton3: TSpeedButton
  44.     Left = 24
  45.     Top = 128
  46.     Width = 105
  47.     Height = 25
  48.     Caption = 'Map To New Page'
  49.     OnClick = SpeedButton3Click
  50.   end
  51.   object Label2: TLabel
  52.     Left = 80
  53.     Top = 36
  54.     Width = 42
  55.     Height = 13
  56.     Caption = '0..16383'
  57.   end
  58.   object NdxEdit: TMaskEdit
  59.     Left = 24
  60.     Top = 26
  61.     Width = 49
  62.     Height = 21
  63.     EditMask = '99999;0;_'
  64.     MaxLength = 5
  65.     TabOrder = 0
  66.     Text = '0'
  67.   end
  68. end
  69.